home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / share / udos / frmv26 / fremove.doc next >
Encoding:
Text File  |  1992-12-21  |  8.6 KB  |  177 lines

  1.                                File REMOVE
  2.  
  3. FREMOVE.EXE and FREMOVE.DOC are Copyright (C) 1989-1992 of Daniel L. Talley
  4. Sr. and Talley & Associates.  All Rights Reserved.
  5.  
  6. To print this form: Have your printer ready, at the DOS prompt type COPY
  7. FREMOVE.DOC LPT1:
  8.  
  9.  
  10.      Thank you for trying FREMOVE!  This program was written in C and is
  11.      of tremendous value when you need to REMOVE files across several
  12.      logical or physical drives.  This program (FREMOVE.EXE) is NOT public
  13.      domain.  It is being distributed on a Shareware basis.  Simply put, 
  14.      if you use it then pay for it!  Registration information is listed
  15.      later in this document and on the help screen when executed without
  16.      any parameters.
  17.  
  18.      Unlike similar file erasers available, this program does NOT require
  19.      the user to specify a list of drives to search.  The program
  20.      determines what drives are available then proceeds to search through
  21.      all subdirectories on all drives to REMOVE the file(s) you specified. 
  22.      The program will also run in a "Quiet" mode in which the full path and
  23.      file removed are displayed.  The Quiet mode is useful where
  24.      redirection is used.
  25.  
  26. 1)  HOW TO REGISTER FREMOVE.EXE
  27.  
  28.      Unless this is an upgrade, the registration form for FREMOVE.EXE is
  29.      located at the end of this document.  Please complete the registration
  30.      form and mail it to the address on the form.  Your registration
  31.      assures you of information about upgrades and new products, and
  32.      newsletters about new developments.  The registration allows you
  33.      unlimited upgrades via Modem on various BBS's throughout the U.S. (
  34.      especially the Power Station BBS in Benicia, California (707-552-0462)
  35.      - a great BBS and worth the optional registration fee ).  If you
  36.      desire mailed upgrades follow the instructions on the registration
  37.      form.  If you redistribute, give, or otherwise transfer this program
  38.      to another - You MUST include all of the enclosed files as specified
  39.      in the instructions below.
  40.  
  41. 2) COMPATIBLE HARDWARE & SOFTWARE
  42.  
  43.      This program is designed to be compatible with any PC or compatible
  44.      hardware provided it is operated under DOS 3.3x or later.  The author
  45.      is personally hooked on DRDOS ( by Digital Research ).
  46. 3) INSTRUCTIONS FOR USING FREMOVE.EXE
  47.  
  48.      CAUTION:  Always backup before performing any major file
  49.                reorganization or deletion.  Backup regularly!  Tape drive
  50.                systems are now within economical reach of everyone.  If
  51.                you cannot find one,  you may order directly from Talley &
  52.                Associates the Colorado Tape drive for as little as $250.00
  53.                plus tax and shipping (U.S. Funds only).
  54.  
  55.      FREMOVE sends ASCII screen codes to the display, therefore you should
  56.      have ANSI.SYS loaded in your config.sys file.  Online help is always
  57.      available by typing FREMOVE then taping the return key.  To REMOVE a
  58.      file, enter FREMOVE filename.ext at the DOS prompt then tap the
  59.      <Return> or <Enter> key.  Wildcard characters are accepted.  The
  60.      program will search all available hard drives and list the filename,
  61.      size, date, time and full path of the file which matches your request.
  62.      Below are the files contained in the FREMOVE package:
  63.  
  64.                   FREMOVE.EXE, FREMOVE.DOC, FREMOVE.REG
  65.  
  66.      All but the FREMOVE.EXE are standard ASCII text files, and may be
  67.      typed to the screen or redirected to your print device.
  68.  
  69.   a) QUIET MODE (/q) not case sensitive
  70.  
  71.      FREMOVE will operate in, what is called, a Quiet mode which suppresses
  72.      all welcome screens and lists only the full file path and name.  This
  73.      is useful when used in DOS redirection mode to create a file contain-
  74.      ing the full path and filenames REMOVEd.  To instruct FREMOVE to oper-
  75.      ate in the Quiet mode place a '/Q' or '-q' before the file specified
  76.      in the search.  An example would be: C:\>FREMOVE /q *.BAK.  If you
  77.      want redirection to take place,  put the redirection command (
  78.      >filename ) at the end of the command line.  See your DOS manual for
  79.      usage of the redirection operator.  NEVER - NEVER - NEVER ask the
  80.      program to REMOVE *.* unless you are absolutely sure that you want to
  81.      remove all files from all drives.
  82.  
  83.   b) ASK MODE (/a) not case sensitive
  84.  
  85.      Another mode of operation is Ask mode.  Specifying '/A' or '-a' option
  86.      will instruct the program to ASK you for confirmation before a file
  87.      is removed.  When option '/a' is specified the Quiet mode is
  88.      automatically invoked.
  89.  
  90.      Redirection is recommended in either case.  It will give you a record
  91.      of the files removed from your drives.  It is further recommended that
  92.      you redirect the output to a file on a floppy drive (ie.. FREMOVE
  93.      *.BAK >A:DELETES.TXT).
  94.   c) DRIVE INFORMATION MODE (/i) not case sensitive
  95.  
  96.      The Information Mode is specified by option '/I' or '-i' before the
  97.      filename or alone: FREMOVE /i or FREMOVE /i *.ANY.  The second method
  98.      illustrated will NOT perform a removal (the filespec is ignored).  The
  99.      drive information mode will NOT perform a removal.  It will simply
  100.      search for all available drives and display the amount of available
  101.      space (in bytes) on your drives along with the total drive(s)
  102.      capacity.  The Quiet Mode is disabled when in the Information Mode.
  103.  
  104.   d) EXCLUDE DRIVE MODE ( /xCE ) not case sensitive
  105.  
  106.      If you want to eliminate specific drives from the search you must
  107.      specify the '/X' or '-x' option.  To use this option you must follow
  108.      it immediately with the drive designators (ie.. c d e f ...) without
  109.      the colon.  For example, to exclude drives D and F from the searched
  110.      drives insert the option as '/xDF' or '/Xdf' (upper and lower case
  111.      letters are acceptable).  You may NOT specify any other option
  112.      adjoining the Exclude option.  '/xcq' would NOT give you the Quiet
  113.      mode while excluding drive C,  to do that you would specify '/xc /q'
  114.      on the command line.
  115.      This option was a result of user requests in instances where a
  116.      removable hard disk is in the drive chain (C...Z).
  117.  
  118. 4) OUR UPGRADE POLICY
  119.  
  120.      Your registration allows you to use future releases of FREMOVE on a
  121.      lifetime bases.  Updates will be posted to BBS's across the U.S. and
  122.      made available for download.  You may write or call Talley &
  123.      Associates and one will be shipped to you by mail for a nominal
  124.      shipping charge.  Consult the registration form for lifetime updates
  125.      by mail.  This program may be redistributed (Given to you friends)
  126.      provided it is in its complete form (ALL FOUR DISTRIBUTED FILES AS
  127.      LISTED IN THE INSTRUCTIONS SECTION)!  This program and it's associated
  128.      files may not be sold by any person/firm without the express written
  129.      permission of Talley & Associates and Daniel L. Talley, Sr. (the
  130.      author).
  131.  
  132. 5) DISCLAIMER
  133.  
  134.      Although every effort has been taken to insure the proper operation
  135.      of this program,  we accept no responsibility for it's use/misuse or
  136.      it's affect on your hardware and/or data.  As with all programs used
  137.      for the first time test it only after making proper backups!  This
  138.      program deletes files and it will cause lost data if not used
  139.      properly!
  140.  
  141.      If you would like to leave comments or suggestions on the program, you
  142.      may do so by calling the number on the registration form, leaving a
  143.      message to Dan Talley on the above BBS or leave a message on CompuServ
  144.      to user 70731,1575.  Every effort will be made to address your
  145.      suggestions.
  146.                               REGISTRATION FORM
  147.  
  148.  
  149.  
  150. Yes, I use your program FREMOVE.EXE on a regular basis and wish to register
  151. my copy of the program.  Enclosed please find my registration fee for
  152. FREMOVE.EXE.
  153.  
  154.  
  155.  
  156. NAME:______________________________            ___ Copies @ $10.00 ea._______
  157.  
  158. ADDRESS:___________________________            ___ Lifetime Mail            
  159.  
  160.                                                          at $25.00 ea._______
  161. CITY:______________ ST___ ZIP______
  162.                                                              SubTotal:_______
  163.  
  164.                                            7.25% California Sales Tax:_______
  165.  
  166.  
  167.                                                                Total:________
  168.  
  169. Please send this form and remittance to:
  170.  
  171.      Talley & Associates
  172.      137 Fallen Leaf Drive                           Enter Version#__________
  173.      Vacaville, CA  95687
  174.  
  175.      -----------------------
  176.      Voice: 707 451-4071
  177.